com.vinculumtech.platform.system
Class PlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vinculumtech.platform.system.PlatformException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ContextTreeException, DataModelException
- public class PlatformException
- extends java.lang.RuntimeException
This exception wraps failures thrown from the platform implementation.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/system/PlatformException.java#4 $
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlatformException
public PlatformException()
PlatformException
public PlatformException(java.lang.String message)
PlatformException
public PlatformException(java.lang.Throwable nestedException)
PlatformException
public PlatformException(java.lang.String message,
java.lang.Throwable nestedException)
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.