Package lumis.util.parse
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.util.parse.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends PortalException
Exception for parsing operations.- Since:
- 4.0.10
- Version:
- $Revision: 6376 $ $Date: 2007-04-10 17:55:53 -0300 (Tue, 10 Apr 2007) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ParseException(String arg0)
ParseException(String arg0, Exception innerException)
ParseException(String arg0, List<IResource> resources)
ParseException(String arg0, List<IResource> resources, Exception innerException)
ParseException(String arg0, IResource resource)
ParseException(String arg0, IResource resource, Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ParseException
public ParseException(String arg0)
-
-