public class SignatureInvalidException
extends java.lang.Exception
| Constructor and Description |
|---|
SignatureInvalidException(java.lang.String msg,
int pos)
Constructor, creates a new exception of this type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
Gets the position in the string the error occurred.
|
java.lang.String |
toString()
Gets a human readable version of this object.
|
public SignatureInvalidException(java.lang.String msg,
int pos)
msg - Message containing a more detailed description of this error.pos - Position the error occurred at.public int getPosition()
public java.lang.String toString()
toString in class java.lang.Throwable