Package lumis.portal

Class PortalException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<IResource> resources  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      java.lang.String getLocalizedMessage​(java.util.Locale locale)  
      java.util.List<IResource> getResources()  
      protected void logExceptionCreation()  
      java.lang.String toString()  
      java.lang.String toXmlString​(java.util.Locale locale)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • resources

        protected java.util.List<IResource> resources
    • Constructor Detail

      • PortalException

        public PortalException​(java.lang.String arg0)
      • PortalException

        public PortalException​(java.lang.String arg0,
                               java.lang.Exception innerException)
      • PortalException

        public PortalException​(java.lang.String arg0,
                               IResource resource)
      • PortalException

        public PortalException​(java.lang.String arg0,
                               java.util.List<IResource> resources)
      • PortalException

        public PortalException​(java.lang.String arg0,
                               IResource resource,
                               java.lang.Exception innerException)
      • PortalException

        public PortalException​(java.lang.String arg0,
                               java.util.List<IResource> resources,
                               java.lang.Exception innerException)
    • Method Detail

      • logExceptionCreation

        protected void logExceptionCreation()
      • getLocalizedMessage

        public java.lang.String getLocalizedMessage​(java.util.Locale locale)
      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable
      • getResources

        public java.util.List<IResource> getResources()
      • toXmlString

        public java.lang.String toXmlString​(java.util.Locale locale)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable