lumis.util.parse
Class ParseException

Package class diagram package ParseException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.util.parse.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends PortalException

Exception for parsing operations.

Since:
4.0.10
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
ParseException(String arg0)
           
ParseException(String arg0, Exception innerException)
           
ParseException(String arg0, IResource resource)
           
ParseException(String arg0, IResource resource, Exception innerException)
           
ParseException(String arg0, List<IResource> resources)
           
ParseException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(String arg0)

ParseException

public ParseException(String arg0,
                      Exception innerException)

ParseException

public ParseException(String arg0,
                      IResource resource)

ParseException

public ParseException(String arg0,
                      List<IResource> resources)

ParseException

public ParseException(String arg0,
                      IResource resource,
                      Exception innerException)

ParseException

public ParseException(String arg0,
                      List<IResource> resources,
                      Exception innerException)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.