public class MissingBuiltinException extends IllegalStateException
Constructor and Description |
---|
MissingBuiltinException(String builtinName)
Construct a new MissingBuiltinException.
|
Modifier and Type | Method and Description |
---|---|
String |
getBuiltinName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingBuiltinException(String builtinName)
builtinName
- - the name of the absent builtin type.public String getBuiltinName()
Copyright © 2016 The Apache Software Foundation. All rights reserved.