Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Class WrappedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.WrappedException
All Implemented Interfaces:
java.io.Serializable

public class WrappedException
extends java.lang.Exception

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Method Summary
 java.lang.String getClassName()
           
 boolean sameAs(java.lang.String className)
           
static WrappedException wrap(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getClassName

public java.lang.String getClassName()

sameAs

public boolean sameAs(java.lang.String className)

wrap

public static WrappedException wrap(java.lang.Throwable t)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.