Package com.ibm.wala.util.debug
Class UnimplementedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.ibm.wala.util.debug.UnimplementedError
-
- All Implemented Interfaces:
Serializable
public class UnimplementedError extends Error
Something that's not implemented yet.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnimplementedError()
UnimplementedError(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnimplementedError
public UnimplementedError()
-
UnimplementedError
public UnimplementedError(String s)
-
-