de.matthiasmann.twl.theme
Class ThemeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.matthiasmann.twl.theme.ThemeException
- All Implemented Interfaces:
- java.io.Serializable
public class ThemeException
- extends java.io.IOException
This exception is thrown when a theme file could not be parsed.
- See Also:
- Serialized Form
|
Constructor Summary |
ThemeException(java.lang.String msg,
java.net.URL url,
int lineNumber,
int columnNumber,
java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
source
protected final ThemeException.Source source
ThemeException
public ThemeException(java.lang.String msg,
java.net.URL url,
int lineNumber,
int columnNumber,
java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getSource
public ThemeException.Source getSource()
- Returns the source URL of the XML file and the line/column number
where the exception originated.
- Returns:
- the source