ooc
Class NotValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ooc.NotValidException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotValidException
- extends java.lang.RuntimeException
This exception will be thrown when a tag or attribute is not valid.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotValidException
public NotValidException(Tag tag,
TagAttribute attribute,
java.lang.String msg)
NotValidException
public NotValidException(Tag tag)
NotValidException
public NotValidException(Tag tag,
java.lang.Exception t)
NotValidException
public NotValidException(Tag tag,
java.lang.String msg)
NotValidException
public NotValidException(TagAttribute attribute,
java.lang.String msg)
NotValidException
public NotValidException(TagAttribute attribute,
java.lang.String msg,
java.lang.Exception t)
NotValidException
public NotValidException(Tag tag,
java.lang.String msg,
java.lang.Exception t)
createTagError
public TagError createTagError()
getTag
public Tag getTag()
getMessage
public java.lang.String getMessage()