public class UnknownTagException extends Exception
| Constructor and Description |
|---|
UnknownTagException()
Constructs a new instance with null as its detail message.
|
UnknownTagException(String message)
Constructs a new instance with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownTagException()
public UnknownTagException(String message)
message - the detail message.Copyright © 2013 IronJacamar (http://www.ironjacamar.org)