|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pajes.util.UtilityException
public class UtilityException
Thrown when a run-time exception relating to the utility classes occurs.
| Field Summary | |
|---|---|
static java.lang.String |
BASE64_INVALID_CHARACTER
Message key for when Base64Decoder encounters an invalid
character. |
static java.lang.String |
BASE64_INVALID_LENGTH
Message key for when a Base64Decoder encounters an invalid string
length. |
| Constructor Summary | |
|---|---|
UtilityException(java.lang.String messageKey)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
UtilityException(java.lang.String messageKey,
java.lang.String[] arguments)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BASE64_INVALID_CHARACTER
Base64Decoder encounters an invalid
character.
public static final java.lang.String BASE64_INVALID_LENGTH
Base64Decoder encounters an invalid string
length.
| Constructor Detail |
|---|
public UtilityException(java.lang.String messageKey)
messageKey - the key from which the actual exception message will be
located.
public UtilityException(java.lang.String messageKey,
java.lang.String[] arguments)
messageKey - the key from which the actual exception message will be
located.arguments - any arguments to be passed to create the complete message.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||