128129130131132133134
}; } } } throw new FunctionException( "CatalogItemImage() function cannot be used in this context."); }
9596979899100101
} }; } } throw new FunctionException( contextPropertyEditorNotFound.text() ); }
6061626364656667686970
page = ( (PartFunctionContext) context ).part().nearest( SapphireEditorPagePart.class ); } if( page == null ) { throw new FunctionException( editorPageNotFound.text() ); } return page.state(); } };
434445464748495051525354
{ return parser.Start(); } catch( TokenMgrError e ) { throw new FunctionException( Status.createErrorStatus( parseFailedMessage.format( expression ), e ) ); } catch( Exception e ) { throw new FunctionException( Status.createErrorStatus( parseFailedMessage.format( expression ), e ) ); } }
118119120121122123124125126127128
{ return ( (String) this.operand ).length(); } final String msg = unsupportedTypeMessage.format( this.operand.getClass().getName() ); throw new FunctionException( msg ); } @Override public void dispose() {
53545556575859
{ return ( (Transient<?>) property ).content(); } final String msg = unsupportedTypeMessage.format( property.getClass().getName() ); throw new FunctionException( msg ); }
102103104105106107108109110111112
{ this.list.detach( this.listener ); this.list = null; } throw new FunctionException( parentNotListMessage.text() ); } } @Override public void dispose()