|
|||||||||
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
java.lang.IllegalArgumentException
com.softwareag.tamino.db.api.response.sax.helper.sodom.IllegalTargetException
public class IllegalTargetException
IllegalTargetException
is thrown when a target is supplied in construction, etc.,
of a JDOM
, and that name breaks
XML naming conventions.
ProcessingInstruction
Constructor Summary | |
---|---|
IllegalTargetException(java.lang.String target)
This will create an Exception indicating
that the specified target is illegal for the
it was supplied to. |
|
IllegalTargetException(java.lang.String target,
java.lang.String reason)
This will create an Exception indicating
that the specified target is illegal for the
it was supplied to. |
Method Summary | |
---|---|
static java.lang.String |
getMessage(java.lang.String target)
|
static java.lang.String |
getMessage(java.lang.String target,
java.lang.String reason)
|
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 |
Constructor Detail |
---|
public IllegalTargetException(java.lang.String target, java.lang.String reason)
This will create an Exception
indicating
that the specified target is illegal for the
it was supplied to.
ProcessingInstruction
target
- String
target that breaks rules.reason
- String
message or reason target is illegal.public IllegalTargetException(java.lang.String target)
This will create an Exception
indicating
that the specified target is illegal for the
it was supplied to.
ProcessingInstruction
target
- String
target that breaks rules.Method Detail |
---|
public static java.lang.String getMessage(java.lang.String target, java.lang.String reason)
public static java.lang.String getMessage(java.lang.String target)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |